home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / COMPILER / VP10B003 / VPC / SOURCE / RTL / BLDRTL.PAS next >
Pascal/Delphi Source File  |  1995-06-21  |  252b  |  15 lines

  1. unit BldRtl;
  2.  
  3. interface
  4.  
  5. uses
  6.   { OS/2 interface units   }
  7.   Os2Def, Os2Base, Os2PmApi, Os2Rexx, Os2Ord,
  8.   { OS/2 full screen units }
  9.    Crt, Dos, Strings, Xcpt,
  10.   { OS/2 PM-based units    }
  11.   WinCrt, WinDos, PmObj;
  12.  
  13. implementation
  14. end.
  15.